home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / livecd.squashfs / usr / lib / pkgconfig / sndfile.pc < prev    next >
Text File  |  2005-12-20  |  243b  |  12 lines

  1. prefix=/usr
  2. exec_prefix=${prefix}
  3. libdir=${exec_prefix}/lib
  4. includedir=${prefix}/include
  5.  
  6. Name: sndfile
  7. Description: A library for reading and writing audio files
  8. Requires: 
  9. Version: 1.0.11
  10. Libs: -L${libdir} -lsndfile
  11. Cflags: -I${includedir} 
  12.